Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.parameters.util
Package-level
declarations
Types
Functions
Properties
Types
List
To
Array
Link copied to clipboard
class
ListToArray
(
arrayType
:
KType
)
Properties
local
Date
Time
Formatter
Link copied to clipboard
val
localDateTimeFormatter
:
DateTimeFormatter
offset
Date
Time
Formatter
Link copied to clipboard
val
offsetDateTimeFormatter
:
DateTimeFormatter
zoned
Date
Time
Formatter
Link copied to clipboard
val
zonedDateTimeFormatter
:
DateTimeFormatter
Functions
build
Parameter
Handler
Link copied to clipboard
fun
<
T
:
Any
>
buildParameterHandler
(
tType
:
KType
)
:
ParameterHandler
<
T
>